Package | hl7.fhir.us.breastcancer |
Type | StructureDefinition |
Id | Id |
FHIR Version | R3 |
Source | http://hl7.org/fhir/us/breastcancer/http://hl7.org/fhir/us/breastcancer/2018Sep/StructureDefinition-shr-core-Range-model.html |
Url | http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model |
Version | 0.2.0 |
Status | draft |
Date | 2018-08-17T00:00:00+10:00 |
Name | RangeModel |
Title | BC Range Logical Model |
Experimental | False |
Realm | us |
Authority | hl7 |
Description | An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same. |
Type | shr-core-Range-model |
Kind | logical |
StructureDefinition | |
cimi-context-Abatement-model | BC Abatement Logical Model |
cimi-context-ConditionPresenceContext-model | BC ConditionPresenceContext Logical Model |
cimi-context-ObservationContext-model | BC ObservationContext Logical Model |
cimi-context-Onset-model | BC Onset Logical Model |
cimi-context-PresenceContext-model | BC PresenceContext Logical Model |
cimi-context-ResultValue-model | BC ResultValue Logical Model |
cimi-entity-GroupCharacteristic-model | BC GroupCharacteristic Logical Model |
cimi-statement-ComponentOnlyNonLaboratoryObservation-model | BC ComponentOnlyNonLaboratoryObservation Logical Model |
cimi-topic-ApplicableAgeRange-model | BC ApplicableAgeRange Logical Model |
cimi-topic-EvaluationComponent-model | BC EvaluationComponent Logical Model |
cimi-topic-ReferenceRange-model | BC ReferenceRange Logical Model |
oncology-BreastCancerGeneticAnalysisObservation-model | BC BreastCancerGeneticAnalysisObservation Logical Model |
oncology-BreastCancerPresenceStatement-model | BC BreastCancerPresenceStatement Logical Model |
oncology-BreastClinicalLymphNodeInvolvement-model | BC BreastClinicalLymphNodeInvolvement Logical Model |
oncology-BreastPathologicalLymphNodeInvolvement-model | BC BreastPathologicalLymphNodeInvolvement Logical Model |
oncology-BreastTumor-model | BC BreastTumor Logical Model |
oncology-EstrogenReceptorNuclearPositivity-model | BC EstrogenReceptorNuclearPositivity Logical Model |
oncology-HER2byFISH-model | BC HER2byFISH Logical Model |
oncology-ProgesteroneReceptorNuclearPositivity-model | BC ProgesteroneReceptorNuclearPositivity Logical Model |
oncology-TumorDimensions-model | BC TumorDimensions Logical Model |
StructureDefinition | |
shr-core-SimpleQuantity-model | BC SimpleQuantity Logical Model |
Note: links and images are rebased to the (stated) source
BC Range Logical Model
An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.
{
"resourceType" : "StructureDefinition",
"id" : "shr-core-Range-model",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>BC Range Logical Model</b></p>\n <p>An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.</p>\n</div>"
},
"url" : "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-Range-model",
"identifier" : [
{
"system" : "http://hl7.org/fhir/us/breastcancer",
"value" : "shr.core.Range"
}
],
"version" : "0.2.0",
"name" : "RangeModel",
"title" : "BC Range Logical Model",
"status" : "draft",
"date" : "2018-08-17T00:00:00+10:00",
"publisher" : "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cic/index.cfm"
}
]
}
],
"description" : "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
"kind" : "logical",
"abstract" : false,
"type" : "shr-core-Range-model",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Element",
"derivation" : "specialization",
"snapshot" : {
"element" : [
{
"id" : "shr-core-Range-model",
"path" : "shr-core-Range-model",
"definition" : "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "shr-core-Range-model",
"min" : 0,
"max" : "*"
},
"mustSupport" : false,
"isModifier" : false,
"isSummary" : false
},
{
"id" : "shr-core-Range-model.lowerBound",
"path" : "shr-core-Range-model.lowerBound",
"short" : "The lower limit on a range",
"definition" : "The lower limit on a range",
"min" : 0,
"max" : "1",
"base" : {
"path" : "shr-core-Range-model.lowerBound",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
}
],
"mustSupport" : false,
"isModifier" : false,
"isSummary" : false
},
{
"id" : "shr-core-Range-model.upperBound",
"path" : "shr-core-Range-model.upperBound",
"short" : "The upper limit on a quantitative value.",
"definition" : "The upper limit on a quantitative value.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "shr-core-Range-model.upperBound",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
}
],
"mustSupport" : false,
"isModifier" : false,
"isSummary" : false
}
]
},
"differential" : {
"element" : [
{
"id" : "shr-core-Range-model",
"path" : "shr-core-Range-model",
"definition" : "An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "shr-core-Range-model",
"min" : 0,
"max" : "*"
},
"mustSupport" : false,
"isModifier" : false,
"isSummary" : false
},
{
"id" : "shr-core-Range-model.lowerBound",
"path" : "shr-core-Range-model.lowerBound",
"short" : "The lower limit on a range",
"definition" : "The lower limit on a range",
"min" : 0,
"max" : "1",
"base" : {
"path" : "shr-core-Range-model.lowerBound",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
}
],
"mustSupport" : false,
"isModifier" : false,
"isSummary" : false
},
{
"id" : "shr-core-Range-model.upperBound",
"path" : "shr-core-Range-model.upperBound",
"short" : "The upper limit on a quantitative value.",
"definition" : "The upper limit on a quantitative value.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "shr-core-Range-model.upperBound",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "http://hl7.org/fhir/us/breastcancer/StructureDefinition/shr-core-SimpleQuantity-model"
}
],
"mustSupport" : false,
"isModifier" : false,
"isSummary" : false
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.